Once you have installed CygNet Bridge along with the Bridge API feature, you may want to build the sample application to help you begin using the CygNet Bridge API to create your custom web application to securely access your CygNet data.
The sample web application is included with the CygNet Bridge API feature, and provides usage examples you can use as a reference or starting point when developing your custom web application. The sample application source files are located in the BridgeAPISampleApp\sample folder in your CygNet Bridge product deliverable. Once built, the sample provides you with examples of the structure and capabilities of the APIs and demonstrates how to build calls to interact with CygNet Bridge APIs, including a sample using two-factor authentication (optional, but recommended).
The sample app provided is for an Angular web application. The sample application must first be compiled, before you will be able to view it in a web browser. Angular CLI is a (command line interface) tool used for compiling and building Angular web applications. Angular uses npm software as a package-manager (command line client) tool to manage JavaScript web application libraries. You can obtain current versions of these tools via web downloads, as described in the following procedure.
To Build the CygNet Bridge API Sample Web Application
Note: Your web server requires an active internet connection for you to access the sample web application.
Complete the following steps to build your sample web application.